CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - median filter

搜索资源列表

  1. filters-in-spacial-domain

    0下载:
  2. 空域中的均值滤波,中值滤波,几何均值,调和反调和均值滤波器等-filters in spacial domain,such as median filter
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:676
    • 提供者:冯小强
  1. Digital_image_processing

    0下载:
  2. 1.median_filter (功能:使用中值濾波器去除雜訊) 2.mean_filter (功能:使用平均濾波器去除雜訊) 3.fl_stein (功能:使用誤差擴散法,將影像量化和混色) 4.Central_limit (功能:畫圖並證明中央極限定理) -1.median_filter (function: use median filter to remove noise) 2.mean_filter (funct
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2160
    • 提供者:timtsai
  1. mdf-arch2

    0下载:
  2. median filter algorthm
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:345195
    • 提供者:ravitikkam
  1. 1002

    0下载:
  2. median filter algorithm help
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-24
    • 文件大小:439808
    • 提供者:ravitikkam
  1. med01-165

    0下载:
  2. median filter details
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:98852
    • 提供者:ravitikkam
  1. motion-detector

    0下载:
  2. 运动物体检测,包括背景处理(中值滤波,灰度化,确定匹配中心,得到特征区域,物体轨迹的绘制),运动判定分析(腐蚀膨胀等)-Moving object detection, including background processing (median filter, grayscale, match the center to determine, by feature area, the object trajectory drawing), exercise decision analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2914998
    • 提供者:jcq
  1. some-kinds-of-highpass-filter

    0下载:
  2. 关于高通滤波的一些程序,有高通滤波后加中值滤波,还有理想高通滤波程序,以及高通滤波与维纳滤波结合的程序。希望能互相对您有帮助。-High-pass filter on some of the procedures, a high-pass filter Bo Houjia median filter, as well as the ideal high-pass filtering process has been high pass filter combined with the Wiene
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1098
    • 提供者:alex
  1. Median

    0下载:
  2. 中值滤波,纯C语言实现,DSP优化,工业智能相机图像处理开发-Median filter, pure C language, DSP optimization, industrial smart camera image processing development
  3. 所属分类:DSP program

    • 发布日期:2017-04-11
    • 文件大小:623
    • 提供者:xby841221
  1. Fuzzy-Filter

    0下载:
  2. NOISE REDUCTION USING FUZZY IMAGE FILTERING
  3. 所属分类:Java Develop

    • 发布日期:2017-05-20
    • 文件大小:5862199
    • 提供者:daya
  1. Filtering

    0下载:
  2. 时域滤波方法,频域滤波大全(包括中值滤波,均值滤波,理想低通,巴特沃斯低通 带通滤波器-Time-domain filtering, frequency domain filtering Daquan (including the median filter, mean filter, the ideal low-pass, Butterworth low-pass band-pass filter
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4646
    • 提供者:zhangjiahui
  1. adaptive-median

    0下载:
  2. adaptive median filter used in image processing
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:817
    • 提供者:Waqar
  1. Code

    1下载:
  2. 改程序包里包含中值、均值滤波、自适应中值滤波和一种改进的椒盐噪声滤波程序,前三种是给第四种作对比的,第四种方法对椒盐滤除效果很好。-Change the program package contains the value, mean filtering, adaptive median filter and an improved impulse noise filtering program is the first three compare to the fourth, the four
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4827
    • 提供者:刘剑桥
  1. filter--classifier

    0下载:
  2. matlab数字信号处理,输入图像矩阵和窗口大小,进行中值滤波,平均滤波,svm分类器-Digital signal processing, input image matrix, and window size,median filter,Average filter, svm classifier
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2552
    • 提供者:tracy
  1. Adaptive--filter--denoising

    0下载:
  2. 自适应中值滤图像去噪,用于去除各种噪声比下的污染图像的椒盐噪声-Adaptive Median filter image denoising
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1223
    • 提供者:沈浩
  1. 1D--2D-or-3D-median-filtering

    0下载:
  2. 中值滤波可以很好地过滤掉各种噪音数据,另外,还可以很好地保留边缘信息。此程序可以对一维二维三维信号,进行中值滤波,完成噪声的去除。 -Median filter can filter out a good variety of noise data, In addition, the edge information can be well preserved. This program can be two-dimensional three-dimensional one-dimensi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:100065
    • 提供者:袁珂
  1. middle-filter

    0下载:
  2. C语言编写的中值滤波程序 用于图像处理 对于初学者来说 是不错的程序-C language median filter for image processing program for beginners is a good program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:259754
    • 提供者:liu
  1. media-filter

    0下载:
  2. 本程序是用matlab编写的一段代码 主要是实现图像的中值滤波 采用的图像是lena.bmp 系统给出的图像 -This procedure is used Matlab prepared to use a section of code is mainly to achieve the image median filter used in image is the lena.bmp system given image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:51311
    • 提供者:lucy
  1. Median-filter

    0下载:
  2. 该算法对图像进行中值滤波处理,同样属于图像处理的预处理-The algorithm for median filtering of image processing, image processing are also pre-
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:146025
    • 提供者:wangmingliang
  1. median

    0下载:
  2. This median filter code for image processing.-This is median filter code for image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1031
    • 提供者:hyun chan ahn
  1. FPGA-Median-Filter

    0下载:
  2. Digital filtering algorithms are most commonly implemented using general purpose digital signal processing chips for audio applications, or special purpose digital filtering chips and application- specific integrated circuits (ASICs) for higher
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:318053
    • 提供者:JAVAD
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com